home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol E-12
/
(Vol E-12) May 21 2012.iso
/
interface
/
it.dig
/
scripts
/
DefineSprite_232
/
frame_1
/
DoAction.as
< prev
Wrap
Text File
|
2012-05-21
|
3KB
|
75 lines
_root.onEnterFrame = function()
{
var _loc1_ = _root;
_loc1_.secoes.ess.bot_1.onRelease = function()
{
var _loc1_ = _root;
_loc1_.nome = "DirectX 9";
_loc1_.secoes.descricoes.descricao.text = "Download the latest version of DirectX 9, an essential software required for many games in Windows. NB.: You need to be connected to the Internet";
_loc1_.licenca = "";
_loc1_.comando = "run.app";
_loc1_.caminho = "\\Essentials\\DirectX\\dxsetup.exe";
loadMovie("interface\\imagens\\directx9.jpg","_root.secoes.descricoes.destino");
};
_loc1_.secoes.ess.bot_2.onRelease = function()
{
var _loc1_ = _root;
_loc1_.nome = "DLLs";
_loc1_.secoes.descricoes.descricao.text = "Files required for you to be able to run your games perfectly";
_loc1_.licenca = "";
_loc1_.comando = "run.app";
_loc1_.caminho = "\\Essentials\\DLLs.exe";
loadMovie("interface\\imagens\\padrao.jpg","_root.secoes.descricoes.destino");
};
_loc1_.secoes.ess.bot_3.onRelease = function()
{
var _loc1_ = _root;
_loc1_.nome = "Win Rar";
_loc1_.secoes.descricoes.descricao.text = "Software for decompacting files";
_loc1_.licenca = "";
_loc1_.comando = "run.app";
_loc1_.caminho = "\\Essentials\\Winrar\\wrar300.exe";
loadMovie("interface\\imagens\\winrar.jpg","_root.secoes.descricoes.destino");
};
_loc1_.secoes.ess.bot_4.onRelease = function()
{
var _loc1_ = _root;
_loc1_.nome = "Shockwave";
_loc1_.secoes.descricoes.descricao.text = "Program required to be able to play certain games";
_loc1_.licenca = "";
_loc1_.comando = "run.app";
_loc1_.caminho = "\\Essentials\\Flash_Shockwave_Full.exe";
loadMovie("interface\\imagens\\padrao.jpg","_root.secoes.descricoes.destino");
};
_loc1_.secoes.ess.bot_5.onRelease = function()
{
var _loc1_ = _root;
_loc1_.nome = "Flash Player";
_loc1_.secoes.descricoes.descricao.text = "Latest version of the plug-in for the Web\'s main animation format";
_loc1_.licenca = "";
_loc1_.comando = "run.app";
_loc1_.caminho = "\\Essentials\\install_flash_player_6_ax.exe";
loadMovie("interface\\imagens\\flashplayer.jpg","_root.secoes.descricoes.destino");
};
_loc1_.secoes.ess.bot_6.onRelease = function()
{
var _loc1_ = _root;
_loc1_.nome = "Windows Media Player";
_loc1_.secoes.descricoes.descricao.text = "Player required for running certain videos";
_loc1_.licenca = "";
_loc1_.comando = "run.app";
_loc1_.caminho = "\\Essentials\\WINPLAYER9\\MPSETUP.EXE";
loadMovie("interface\\imagens\\Winplayer.jpg","_root.secoes.descricoes.destino");
};
_loc1_.secoes.ess.bot_7.onRelease = function()
{
var _loc1_ = _root;
_loc1_.nome = "DivX";
_loc1_.secoes.descricoes.descricao.text = "Program required to run certain videos";
_loc1_.licenca = "";
_loc1_.comando = "run.app";
_loc1_.caminho = "\\Essentials\\DIVX503.EXE";
loadMovie("interface\\imagens\\divx.jpg","_root.secoes.descricoes.destino");
};
};